![]() |
PATH![]() |
![]() ![]() |
The VolListElem structure is used in the UAMVSDlogBlk structure VolListElem Structure to store status information about volumes.
struct VolListElem {
byte flags;
Str32 volName;
};
enum {
kMountFlag = 0, // On output, the UAM sets this bit to
// indicate that this volume is to be mounted
kAlreadyMounted = 1, // On input, a bit telling the UAM that this
// volume is currently mounted
kHasVolPw = 7 // On input, a bit telling the UAM that the
// volume has a volume password
};